The following tables list the members exposed by LListNode.LList<TNode>.
Name | Description | |
---|---|---|
![]() | LListNode.LList<TNode> Constructor |
Name | Description | |
---|---|---|
![]() | Count | Returns the number of items in the list |
![]() | First | Returns the first node in the list |
![]() | IsEmpty | Returns true if the list is empty |
![]() | Last | Returns the last node in the list |
Name | Description | |
---|---|---|
![]() | AddFirst | Adds the node to the front of the list |
![]() | AddLast | Adds the node to the end of the list |
![]() | Clear | Remvoes all the nodes from the list |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | Remove | Remvoes the node from the list |